aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs/Gardenia [TOP]
blob: 6eedd780d15f1f5bf97be0dc56fe498b287864e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
//* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */
//* ............................................*/
//* .............GARDENIA.......................*/
//* ............................................*/
//* --- πŸ‘ designed by https://github.com/Krautt  πŸ‘ --- */

{
 
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 5,
"fixed-center": false,
"ipc": true,
"margin-top": 5,
//"margin-bottom": 5,
"width": 768,
	
"modules-left": ["clock#gar","tray"],
	  
"modules-center": ["hyprland/workspaces#gar"], 
	
"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"],


// M O D U L E S //

"hyprland/workspaces#gar": {
  "disable-scroll": true,
  "all-outputs": true,
  "format": "{icon}",
  "persistent_workspaces": {
    "1": [],
    "2": [],
    "3": [],
    "4": [],
    "5": []
    },
  "format-icons": {
    "1": "δΈ€",
    "2": "二",
    "3": "δΈ‰",
    "4": "ε››",
    "5": "δΊ”"
    }
},

"clock#gar": {
  //"format": "{:%A, %I:%M %P}",
	"format": "{:%a %d | %H:%M}",
	"format-alt": "{:%A, %d %B, %Y (%R)}"
},

"hyprland/window#gar": {
  "format": "{}",
  "max-length": 60
},

"tray#gar": {
  "icon-size": 15,
  "spacing": 10
},

"pulseaudio#gar": {
  "format": "{icon} {volume}%",
  "format-bluetooth": "{icon}οŠ” {volume}%",
  "format-bluetooth-muted": " {icon}οŠ”",
  "format-muted": "󰸈",
  "format-icons": {
      "headphone": "",
      "hands-free": "",
      "headset": "",
      "phone": "ο‚•",
      "portable": "ο‚•",
      "car": "ο†Ή",
      "default": ["", "ο€§", ""]
    },
  "on-click": "pamixer --toggle-mute",
  "on-click-right": "pavucontrol",
  "tooltip": false
},

"backlight#gar": {
  "device": "intel_backlight",
  "format": "{icon} {percent}%",
  "format-icons": ["ο†…", "ο„‘"]
},

"battery#gar": {
  "interval": 60,
  "align": 0,
  "rotate": 0,
  //"bat": "BAT1",
  //"adapter": "ACAD",
  "full-at": 100,
  "design-capacity": false,
  "states": {
    "good": 95,
    "warning": 30,
    "critical": 15
       },
  "format": "{icon}  {capacity}%",
  "format-charging": " {capacity}%",
  "format-plugged": "σ±˜– {capacity}%",
  "format-full": "{icon} Full",
  "format-alt": "{icon} {time}",
  "format-icons": ["", "", "", "", ""],
  "format-time": "{H}h {M}min",
  "tooltip": true,
  "tooltip-format": "{timeTo} {power}w",
  "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh",
  "on-click-right": "~/.config/hypr/scripts/Wlogout.sh",
},
   
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage